-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][ADD] edi_edifact_oca #19
Conversation
a249fbc
to
71b2f70
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned on OCA/edi#813 the dependencies have to be fixed.
THIS module here is the on that should plug the party data module.
07598ab
to
f862559
Compare
7359928
to
c90cbf3
Compare
) | ||
|
||
def test_lookup_default(self): | ||
provider = get_party_data_component(self.exc_record_no_edifact, self.partner) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are not testing at all your the code of this module... you are testing the base component... seems useless.
a009ba5
to
3b9f49f
Compare
3b9f49f
to
5440315
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 6bc6355. Thanks a lot for contributing to OCA. ❤️ |
This module provides a basic configuration for EDIFACT with the EDI framework.
Depends on: